'宣言 Public Function IndexByName( _ ByVal name As System.String _ ) As System.Integer
'使用法 Dim instance As ReportObjectCollection(Of TItem) Dim name As System.String Dim value As System.Integer value = instance.IndexByName(name)
public System.int IndexByName( System.string name )
パラメータ
- name
- 要素の名前。
戻り値の型
指定された名前の要素の 0 から始まるインデックス。または、要素に名前が指定されていない場合は、-1。